projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5bb8a8
)
(find-function-regexp): Handle skeletons.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Nov 1998 18:43:35 +0000
(18:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Nov 1998 18:43:35 +0000
(18:43 +0000)
lisp/emacs-lisp/find-func.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/find-func.el
b/lisp/emacs-lisp/find-func.el
index dbe6b6a672d84e3531bd7eda117d773f39e0a230..3cc417258e002233d8c5e2189f859adf09e01efb 100644
(file)
--- a/
lisp/emacs-lisp/find-func.el
+++ b/
lisp/emacs-lisp/find-func.el
@@
-55,7
+55,7
@@
:group 'lisp)
(defcustom find-function-regexp
- "^\\s-*(def
[^cgv\W]\\w+\\*?
\\s-+%s\\(\\s-\\|$\\)"
+ "^\\s-*(def
\\(ine-skeleton\\|[^cgv\W]\\w+\\*?\\)
\\s-+%s\\(\\s-\\|$\\)"
"The regexp used by `find-function' to search for a function
definition. Note it must contain a `%s' at the place where `format'
should insert the function name. The default value avoids `defconst',